DroidDiagram Programmer's Guide
Grid.setRowHeadersWidths Method
See Also
 






Sets an array with float values specifying the widths of individual row levels. If a value is non-positive or does not exist because the array has less arguments than the number of rows, then the width is calculated as the maximum width of the rows in that level.

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public void setRowHeadersWidths (
    float[] values
)

 Parameters

values

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace